ComponentOne ASP.NET MVC Controls
SubItemsPath Method

C1.Web.Mvc.Fluent Namespace > MenuBaseBuilder<T,TControl,TBuilder> Class : SubItemsPath Method
The value.
Configurates C1.Web.Mvc.MenuBase<T>.SubItemsPath. Sets the name of the property that contains an array with items to be displayed in a sub-menu.
Syntax
'Declaration
 
Public Function SubItemsPath( _
   ByVal value As String _
) As TBuilder
public TBuilder SubItemsPath( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

MenuBaseBuilder<T,TControl,TBuilder> Class
MenuBaseBuilder<T,TControl,TBuilder> Members